home *** CD-ROM | disk | FTP | other *** search
- # 24.03.2003 21:47:59
- # EniG. Periodic Table of the Elements
- # Configuration file
- ______________________________
-
- # Automatic starting of temperature change with programme starting
- # The values can be: 1 - switched on or 0 - switched off
-
- AutoStart = 0
-
- # Automatic exit from the programme when the temperature reaches its extreme
- # The values can be: 1 - switched on or 0 - switched off
-
- AutoClose = 0
-
- # Automatic data paging in the window with the information about the element
- # The values can be: 1 - switched on or 0 - switched off
-
- AutoScroll = 0
-
- # The initial value of temperature with the automatic temperature change
- # The values can range from 0 to 5999 K
-
- TempStart = 0
-
- # The final value of temperature when leaving the programme
- # The values can range from 1 to 6000 K
-
- TempEnd = 6000
-
- # The speed of temperature change with the automatic temperature change
- # The values can range from 1 to 60000 K
-
- StepTemp = 200
-
- # The time of holding up of an element in the screen with the automatic temperature change
- # The element concerned can be in the screen from 0 to 1000 seconds
-
- StepAtom = 5
-
- # The choice of language for the Periodic table
- # 0 - Croatian, 1 - English, 2 - German, 3 - French, 4 - Italian
-
- Language = 1
-
- # The colour of the background of Periodic Table of Elements
- # The values R (red), G (green) and B (blue) can be from 0 to 255,
- # and 'up' for the upward range
- # (the value of colour is 0 at the bottom of the screen and 255 at the top),
- # 'dn' for the downward range or a number from 0 to 255
-
- R_Color = 192
- G_Color = 192
- B_Color = 192
-
- # The Periodic Table of Elements can also have a picture as the background.
- # The values can be: 1 - switched on or 0 - switched off
-
- BgPicture = 1
-
- # The minimal size of the background picture is 800╫600 pixels
- # If the picture is not in the same directory where the Periodic Table is,
- # it is necessary to enter the whole path up to the picture (e.g. c:\picture\back.jpg).
-
- PictureName = Dubrovnik.jpg
-
- # The colour of the caption 'PERIODIC TABLE OF THE ELEMENTS'
-
- RGBTitle (R = 0, G = 0, B = 255)
-
- # The colour of the button depends on the physical state of element
- # The values R, G and B can be from 0 to 255, where the colour components are:
- # R = red, G = green, B = blue
-
- # Gas
-
- RGBGas (R = 143, G = 188, B = 143)
-
- # Liquid
-
- RGBLiquid (R = 255, G = 126, B = 0)
-
- # Solid
-
- RGBSolid (R = 128, G = 176, B = 255)
-
- # Not-Known - data are not known
-
- RGBUnknown (R = 192, G = 192, B = 192)
-
- # The colour of signs in which groups and periods are written
-
- RGBGroups (R = 0, G = 0, B = 0)
-
- # The colour of button and frame for lanthanides and actinides
-
- RGBLanthanide (R = 255, G = 255, B = 255)
-
- # The colour of signs in which the key is written
-
- RGBKey (R = 255, G = 255, B = 255)
-
- ______________________________
- # Values can be changed manually in this file.
- # You are recommended to stay within the given limits.
-